From: Richard M. Stallman Date: Fri, 11 Jan 2002 21:24:17 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59309 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2192bd73b12396cfed6dad1859ac49e0701a72b1;p=emacs.git Whitespace change. --- diff --git a/lisp/simple.el b/lisp/simple.el index 8229a8cb4fa..6cfc1b306af 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1742,7 +1742,8 @@ If `interprogram-cut-function' is set, pass the resulting kill to it." (kill-new (if before-p (concat string (car kill-ring)) - (concat (car kill-ring) string)) t)) + (concat (car kill-ring) string)) + t)) (defun current-kill (n &optional do-not-move) "Rotate the yanking point by N places, and then return that kill.